crypto/internal/bigmod.Nat.reset (method)

8 uses

	crypto/internal/bigmod (current package)
		nat.go#L95: func (x *Nat) reset(n int) *Nat {
		nat.go#L109: 	x.reset(len(y.limbs))
		nat.go#L120: 	x.reset(len(limbs))
		nat.go#L476: 	return out.reset(len(m.nat.limbs))
		nat.go#L616: 		copy(x.reset(n).limbs, T[n:])
		nat.go#L634: 		copy(x.reset(n).limbs, T[n:])
		nat.go#L648: 		copy(x.reset(n).limbs, T[n:])
		nat.go#L662: 		copy(x.reset(n).limbs, T[n:])